Skip to content

fix plugin dependency package manager detection#255

Merged
zbeyens merged 1 commit into
mainfrom
codex/auth-start-provider-and-check
May 6, 2026
Merged

fix plugin dependency package manager detection#255
zbeyens merged 1 commit into
mainfrom
codex/auth-start-provider-and-check

Conversation

@zbeyens
Copy link
Copy Markdown
Member

@zbeyens zbeyens commented May 6, 2026

  • Auto release

🐛 Fixes CLI package-manager detection bug
🟢 95-100% confidence

Phase 🧪 Tests 🌐 Browser
Reproduced 🔴 ➖ N/A
Verified 🟢 ➖ N/A

✅ Outcome

  • Plugin dependency installs use detected project package manager.
  • npm projects get npm install; pnpm, yarn, and bun projects get add.
  • Dry-run/manual install commands and dependency warning copy use same command resolver.
  • Current checkout also includes agent/dev-browser rule sync changes already present locally; included as requested by repo PR rules.

🏗️ Design

  • Chosen seam: shared CLI package-manager helper.
  • Why not quick patch: installers, planner output, and warning text all needed one command source.
  • Why not broader change: scaffold launchers already correctly choose bunx only for Bun projects.

🧪 Verified

  • bun lint:fix
  • bun test packages/kitcn/src/cli/registry/dependencies.test.ts packages/kitcn/src/cli/registry/planner.test.ts
  • bun --cwd packages/kitcn build
  • bun typecheck
  • bun check

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 6, 2026

🦋 Changeset detected

Latest commit: ea4a2c1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
kitcn Patch
@kitcn/resend Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
better-convex Ready Ready Preview, Comment May 6, 2026 1:06pm

Request Review

@zbeyens zbeyens merged commit 0bf1fc2 into main May 6, 2026
5 checks passed
@zbeyens zbeyens deleted the codex/auth-start-provider-and-check branch May 6, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant